C1.LiveLinq.Indexing Namespace > Index<T,TKey> Class > Join Method : Join<T2,TResult>(IIndexScanner<T2,TKey>,Func<T,T2,TResult>,JoinOperator) Method |
Correlates the items of this indexed collection with the items of another indexed collection and returns the combined items with matching keys.
Implements IIndexScanner(T,TKey).Join
'Declaration
Public Overloads Function Join (Of T2,TResult)( _ ByVal source As IIndexScanner(Of T2,TKey), _ ByVal resultSelector As System.Func(Of T,T2,TResult), _ ByVal op As JoinOperator _ ) As System.Collections.Generic.IEnumerable(Of TResult)
public System.Collections.Generic.IEnumerable<TResult> Join<T2,TResult>( IIndexScanner<T2,TKey> source, System.Func<T,T2,TResult> resultSelector, JoinOperator op )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2